Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

steamdeck: Enable bluetooth #269

Closed
wants to merge 1 commit into from

Conversation

azuwis
Copy link
Contributor

@azuwis azuwis commented Jan 18, 2024

No description provided.

@K900
Copy link
Contributor

K900 commented Jan 18, 2024

That feels overengineered for an option that isn't at all device specific?

@azuwis
Copy link
Contributor Author

azuwis commented Jan 18, 2024

How about modules/steamdeck/bluetooth.nix:

{ config, lib, pkgs, ... }:

{
  hardware.bluetooth.enable = true;
}

@K900
Copy link
Contributor

K900 commented Jan 18, 2024

I don't know if it's worth it, but maybe? @samueldr's refactor PR might have a better place to put this.

@ChocolateLoverRaj
Copy link

Steam deck mode has a Bluetooth option in settings. Without Bluetooth enabled by default, people who have Bluetooth capable computers running NixOS with Jovian might be confused about why they can't connect bluetooth devices through Steam deck mode.

@samueldr
Copy link
Member

samueldr commented Oct 29, 2024

(Sorry it took a while to come back to this.)

I think the solution (I'll try opening a PR soon with this) will instead to mkDefault true under the useSteamOSConfig flag.

It's a Steam OS expectation that isn't upheld by our config.

@samueldr samueldr added 2. priority: 2. normal 2. topic: system integration About our integration of Steam stuff within NixOS 3. status: confirmed For bugs, issue confirmed/reproduced labels Oct 29, 2024
@samueldr samueldr added 3. status: has PR For bugs, a related PR exists 1. type: bug Something isn't working labels Oct 29, 2024
@samueldr samueldr closed this in ad2d1aa Oct 30, 2024
bigsaltyfishes pushed a commit to bigsaltyfishes/Jovian-NixOS that referenced this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. type: bug Something isn't working 2. priority: 2. normal 2. topic: system integration About our integration of Steam stuff within NixOS 3. status: confirmed For bugs, issue confirmed/reproduced 3. status: has PR For bugs, a related PR exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants